home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Internet / News / Alexandra.0.82 / Source / Preferences.subproj / English.lproj / Preferences.nib / data.classes next >
Encoding:
Text File  |  1996-01-16  |  1.5 KB  |  54 lines

  1. PreferencesController = {
  2.     ACTIONS = {
  3.     "addHeader:" = "addHeader:"; 
  4.     "openPanel:" = "openPanel:"; 
  5.     "readPreferences:" = "readPreferences:"; 
  6.     "removeHeader:" = "removeHeader:"; 
  7.     "selectHeader:" = "selectHeader:"; 
  8.     "writePreferences:" = "writePreferences:"; 
  9.     }; 
  10.     OUTLETS = {
  11.     gQuotingPrefix = gQuotingPrefix; 
  12.     hAddButton = hAddButton; 
  13.     hMatrix = hMatrix; 
  14.     hName = hName; 
  15.     hRemoveButton = hRemoveButton; 
  16.     thePanel = thePanel; 
  17.     }; 
  18.     SUPERCLASS = Object; 
  19. };
  20. NiftyMatrix = {ACTIONS = {}; OUTLETS = {}; SUPERCLASS = Matrix; };
  21. FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
  22. PreferencesManager = {
  23.     ACTIONS = {
  24.     "markDirty:" = "markDirty:"; 
  25.     "openPanel:" = "openPanel:"; 
  26.     "readPreferences:" = "readPreferences:"; 
  27.     "showPathSelectPanel:" = "showPathSelectPanel:"; 
  28.     "writePreferences:" = "writePreferences:"; 
  29.     }; 
  30.     OUTLETS = {
  31.     aFancyBody = aFancyBody; 
  32.     aFontField = aFontField; 
  33.     aHeaders = aHeaders; 
  34.     aMode = aMode; 
  35.     aSignatureDetection = aSignatureDetection; 
  36.     gChkNewNewsInterval = gChkNewNewsInterval; 
  37.     gChkNewNewsOnActivation = gChkNewNewsOnActivation; 
  38.     gChkNewNewsPeriodically = gChkNewNewsPeriodically; 
  39.     gDefaultSavePath = gDefaultSavePath; 
  40.     gKeyBindings = gKeyBindings; 
  41.     gKillBehaviour = gKillBehaviour; 
  42.     lLargeIs = lLargeIs; 
  43.     lShowAuthor = lShowAuthor; 
  44.     lShowSize = lShowSize; 
  45.     lShowSubject = lShowSubject; 
  46.     lSmallIs = lSmallIs; 
  47.     pAppendSig = pAppendSig; 
  48.     pQuotingPrefix = pQuotingPrefix; 
  49.     pTableView = pTableView; 
  50.     thePanel = thePanel; 
  51.     }; 
  52.     SUPERCLASS = Object; 
  53. };
  54.